home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / Vol E-12.iso / games / barbie / barbie_l.swf / scripts / DefineSprite_6 / frame_2 / PlaceObject2_5_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2012-05-21  |  275b  |  18 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.starstart == 0)
  3.    {
  4.       if(10000 < count)
  5.       {
  6.          _root.countstars += 1;
  7.          with(_parent)
  8.          {
  9.             gotoAndStop(1);
  10.          }
  11.       }
  12.       else
  13.       {
  14.          count += 1;
  15.       }
  16.    }
  17. }
  18.